Open
Conversation
# Conflicts: # RFC-by-stage/1-approved/monorepo.md
elisechant
reviewed
Dec 13, 2021
RFC-by-stage/1-approved/monorepo.md
Outdated
|
|
||
| ## A short description of the solution | ||
|
|
||
| I propose we remove lerna, move to [yarn v1 workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) and de-tangle the reasons the `bootstrap` process is currently so dependent on a very specific order at which what dependency has to be installed. |
Contributor
There was a problem hiding this comment.
Alternatively we could consider moving to a single-export repo.
Turborepo would be a good drop in replacement for Lerna.
elisechant
reviewed
Dec 13, 2021
This was referenced Dec 13, 2021
elisechant
reviewed
Dec 14, 2021
|
|
||
| - [prettier](https://prettier.io/) | ||
| - [manypkgs](https://github.com/Thinkmill/manypkg) | ||
| - [preconstruct](https://preconstruct.tools/) |
Contributor
There was a problem hiding this comment.
Turborepo could replace npm + preconstruct, or Parcel 2 which might be a lighter touch here.
elisechant
reviewed
Dec 14, 2021
| The docs website will be included into this monorepo so that docs are drawn from the readme of each component. | ||
| That way we won't have to deal duplicating docs in two places. | ||
|
|
||
| This depends on [Docs site improvements #4](https://github.com/designsystemau/RFCs/pull/4). |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simplify the monorepo setup... depends on #1 and #4